home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / misc / self_test.bat < prev    next >
DOS Batch File  |  1997-04-13  |  372b  |  9 lines

  1. rem 
  2. rem Run this file to test your SmallEiffel compiler.
  3. rem
  4. rem Printed Output should be the same as the file
  5. rem SmallEiffel/misc/self_test.good_output
  6. rem
  7. for %%flag in (-boost -no_check -require_check -ensure_check -invariant_check -loop_check -all_check -debug_check) do call %SmallEiffel%\misc\basic_test %flag%
  8. echo Self Test of compile/compile_to_c Done.